.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clearfix:after, .clearfix::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

.container-box {
    width: 100%;
    min-width: 1200px;
}
.container-box::after, .container-box::before {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.center-box {
    width: 1200px;
    margin: 0 auto;
}

.header .header-center {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    width: 330px;
    height: 56px;
}
.header .logo a,
.header .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.header .navs {
    width: 590px;
    height: 100%;
}
.header .navs .link {
    height: 100%;
    display: inline-flex;
    align-items: center;
    margin: 0 24px;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(255,255,255,0)
}
.header .navs .link:hover, .header .navs .link.hover {
    color: rgb(199, 22, 34);
    border-bottom: 2px solid rgb(199, 22, 34);
}
.header .search {
    width: 280px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    height: 40px;
}
.header .search:focus-within {
    border: 1px solid rgb(199, 22, 34);
}
.header .search input {
    flex: 1;
    height: 100%;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box;
    background: #f4f4f4;
    font-size: 14px;
    font-weight: 400;
}
.header .search input::-moz-placeholder {
    color: #aaaaaa;
}
.header .search input::placeholder {
    color: #aaaaaa;
}
.header .search .icon {
    width: 60px;
    height: 100%;
    background-color: rgb(199, 22, 34);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-swiper {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.home-swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-navs {
    height: 125px;
    background: #f8f9fa;
    border-bottom: 1px solid rgb(248, 249, 250);
}
.banner-navs .banner_center {
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-navs .tag {
    display: flex;
    align-items: center;
}
.banner-navs .space {
    width: 1px;
    height: 53px;
    background: #e1e1e1;
    margin: 0 auto;
}
.banner-navs .icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(0deg, #e21f1b, #de0601);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 10px;
}
.banner-navs .icon img {
    max-width: 100%;
    max-height: 100%;
}
.banner-navs .desc h3 {
    color: rgb(34, 34, 34);
    font-size: 22px;
    font-weight: 600;
}
.banner-navs .desc span {
    color: rgb(136, 136, 136);
    font-size: 14px;
}

.top-img {
    text-align: center;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1200px;
}

.top-img img {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.top-img .tips{
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: left;
    left: 50%;
    margin-left: -650px;
    top: 167.5px;
}
.top-img .tips .tips-en{
    font-size: 40px;
    line-height: 80px;
    text-transform: uppercase;
}
.top-img .tips .tips-cn{
    font-size: 26px;
}

.ann-box {
    padding: 40px 0 60px 0;
}
.ann-box .ann {
    display: flex;
    border: 1px solid rgb(238, 238, 238);
}
.ann-box .ann .ann-left {
    width: 200px;
    height: 100px;
    flex-shrink: 0;
    background: url(../images/bg1.png) no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 40px;
}
.ann-box .ann .ann-left h3 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.ann-box .ann .ann-left span {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.ann-box .ann .ann-right {
    width: 1000px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ann-box .ann .ann-link {
    line-height: 30px;
    padding-left: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ann-box .ann .ann-link {
    position: relative;
}
.ann-box .ann .ann-link::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    background: rgb(199, 22, 34);
    border-radius: 50%;
}
.ann-box .ann .ann-link p {
    color: rgb(68, 68, 68);
}
.ann-box .ann .ann-link span {
    font-size: 14px;
    color: rgb(153, 153, 153);
    margin-left: 30px;
}

.head-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-title .head-left {
    display: flex;
    align-items: center;
}
.head-title .head-left .icon {
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin-right: 10px;
}
.head-title .head-left .icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.head-title .head-left h4 {
    font-size: 28px;
    font-weight: bold;
    color: #222222;
}
.head-title .head-right .more {
    width: 100px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.asset-list {
    display: flex;
    flex-wrap: wrap;
}
.asset-list .asset-li {
    width: 288px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.asset-list .asset-li:nth-child(4n) {
    margin-right: 0;
}
.asset-list .asset-li:hover {
    box-shadow: 0 0 0 3px rgb(199, 22, 34);
}
.asset-list .asset-li:hover h4 {
    color: rgb(199, 22, 34) !important;
}
.asset-list .asset-li:hover .timg img {
    transform: scale(1.5);
}
.asset-list .asset-link {
    display: block;
}
.asset-list .asset-link .timg {
    height: 192px;
    width: 288px;
    overflow: hidden;
    position: relative;
}
.asset-list .asset-link .timg .sold{
    width: 100%;
    height: 100%;
    background: url(../images/enabled.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;

}
.asset-list .asset-link .timg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.5s;
}
.asset-list .desc {
    border: 1px solid #eeeeee;
    padding-top: 25px;
}
.asset-list .desc h4 {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.asset-list .desc .info {
    padding: 0 20px;
    display: flex;
    color: rgb(102, 102, 102);
    font-size: 14px;
    align-items: center;
    line-height: 30px;
}
.asset-list .desc .label {
    margin-right: 10px;
}
.asset-list .desc .num {
    font-size: 18px;
    font-weight: 600;
}
.asset-list .desc .foot {
    height: 54px;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    border-top: 1px solid #eeeeee;
    align-items: center;
}
.asset-list .desc .button {
    width: 82px;
    height: 28px;
    background: rgb(199, 22, 34);
    border-radius: 4px;
    color: #fff;
}
.asset-list .desc .time {
    display: flex;
    align-items: center;
}
.asset-list .desc .time .img {
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    margin-right: 6px;
}
.asset-list .desc .time .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.asset-list .desc .time .date {
    color: #888888;
    font-size: 14px;
    display: block;
    line-height: 1;
}

.new-card {
    width: 390px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 30px;
}
.new-card .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-card .title h3 {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    font-weight: 600;
}
.new-card .title .more {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.new-card .figure {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}
.new-card .figure .img {
    flex-shrink: 0;
    width: 130px;
    height: 88px;
    overflow: hidden;
}
.new-card .figure .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.new-card .figure:hover h4 {
    color: rgb(199, 22, 34) !important;
}
.new-card .figure .desc {
    width: 200px;
    box-sizing: border-box;
    padding: 5px 0 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-card .figure .desc h4 {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-card .figure .desc p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-card .new-a {
    font-size: 14px;
    color: #666666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 23px;
    line-height: 1;
}
.new-card .new-a:hover {
    color: rgb(199, 22, 34);
}
.new-card .new-item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 25px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.new-card .new-item {
    position: relative;
}
.new-card .new-item::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    background: rgb(199, 22, 34);
    border-radius: 50%;
}
.new-card .new-item:last-child {
    border-bottom: none;
}

.partner {
    display: flex;
    flex-wrap: wrap;
}
.partner .partner-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    height: 100px;
    width: 236px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.partner .partner-link:nth-child(5n) {
    margin-right: 0;
}
.partner .partner-link:hover .name {
    opacity: 1;
}
.partner .partner-link .name {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(199, 22, 34, 0.9);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: 0.2s;
}
.partner .partner-link img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.foot-head {
    display: flex;
    padding: 30px 0;
    align-items: center;
    border-bottom: 1px solid #484849;
}
.foot-head .foot-logo {
    width: 290px;
    height: 50px;
}
.foot-head .foot-logo a,
.foot-head .foot-logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.foot-head .foot-nav {
    margin-left: auto;
    display: flex;
}
.foot-head .foot-nav a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 25px;
    display: block;
}
.foot-head .go-top {
    width: 36px;
    height: 36px;
    background: #da251d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}
.foot-head .go-top img {
    width: 14px;
    height: 15px;
}

.foot-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}
.foot-contact .contact-item {
    margin-right: 50px;
}
.foot-contact .contact-item .icon {
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.foot-contact .contact-item .icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.foot-contact .contact-item .text {
    font-size: 15px;
    color: #999999;
    display: block;
    margin-top: 30px;
}
.foot-contact .contact-item .value {
    font-size: 15px;
    color: #ffffff;
    width: 250px;
}
.foot-contact .code-img {
    flex-shrink: 0;
}
.foot-contact .code-img img {
    width: 110px;
    height: 110px;
    display: block;
}
.foot-contact .code-img span {
    display: block;
    font-size: 15px;
    color: #999999;
    margin-top: 10px;
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statement-wap {
    width: 600px;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 50px;
}
.statement-wap h3 {
    font-size: 26px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    font-weight: 600;
}
.statement-wap p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 34px;
}
.statement-wap .checkbox-box {
    display: flex;
    align-items: center;
}
.statement-wap .checkbox-box .checkbox {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 10px;
}
.statement-wap .checkbox-box .checkbox #checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.statement-wap .checkbox-box .checkbox #checkbox:checked + .icon {
    background: url(../images/icon13.png) no-repeat;
    background-size: 100% 100%;
    border: none;
}
.statement-wap .checkbox-box .checkbox .icon {
    width: 100%;
    height: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    display: block;
}
.statement-wap .sub-btn {
    width: 160px;
    height: 40px;
    background: #dcdcdc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
}
.statement-wap .sub-btn-active {
    background: rgb(199, 22, 34);
    color: #fff;
}

.history {
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.history .icon {
    width: 15px;
    height: 15px;
    overflow: hidden;
    margin-right: 11px;
    display: block;
}
.history .icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.history .link {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #888888;
}
.history .space {
    margin: 0 10px;
    color: #888888;
}

.clear-sle {
    width: 100px;
    height: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.filter-list {
    background-color: #fff;
}
.filter-list .filter-row {
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px dashed #e5e5e5;
}
.filter-list .filter-row .filter-name {
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    line-height: 31px;
    flex-shrink: 0;
    width: 70px;
}
.filter-list .filter-row .filter-ul {
    display: flex;
    flex-wrap: wrap;
}
.filter-list .filter-row .item {
    padding: 6px 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.filter-list .filter-row .item:hover, .filter-list .filter-row .item-active {
    background-color: rgb(199, 22, 34);
    color: #fff;
}

.filter-types {
    height: 69px;
    background: #ffffff;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: center;
    padding: 0 30px;
}
.filter-types .filter-type {
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}
.filter-types .filter-type:hover span,.filter-types .filter-type.hover span {
    color: rgb(199, 22, 34);
}
.filter-types .filter-type span {
    line-height: 1;
}
.filter-types .icon {
    width: 12px;
    height: 14px;
    overflow: hidden;
    margin-left: 10px;
}
.filter-types .icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.auth {
    width: 500px;
    height: 323px;
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.auth h4 {
    color: #222222;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.auth span {
    color: #999999;
    font-size: 14px;
}
.auth input {
    width: 400px;
    height: 49px;
    background: #f0f0f0;
    border-radius: 6px;
    display: block;
    outline: none;
    padding: 0 20px;
    margin: 40px 0;
}
.auth input::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
.auth input::placeholder {
    color: #999999;
    font-size: 14px;
}
.auth button {
    width: 160px;
    height: 40px;
    background: #c71622;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.sub-banner {
    width: 100%;
}
.sub-banner img {
    width: 100%;
}

.tabs {
    height: 58px;
    display: flex;
}
.tabs .tab {
    display: flex;
    align-items: center;
    height: 100%;
    color: #222222;
    font-size: 16px;
    margin-right: 50px;
}
.tabs .tab:hover, .tabs .tab-active {
    color: rgb(199, 22, 34);
    box-shadow: inset 0 -2px 0 0 rgb(199, 22, 34);
}

.sub-new-ul .sub-li {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.sub-new-ul .sub-li:last-child {
    border-bottom: none;
}
.sub-new-ul .sub-li .a {
    display: flex;
}
.sub-new-ul .sub-li .a:hover > h4 {
    color: rgb(199, 22, 34) !important;
}
.sub-new-ul .sub-li .a .img {
    width: 250px;
    height: 168px;
    overflow: hidden;
    flex-shrink: 0;
}
.sub-new-ul .sub-li .a .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.sub-new-ul .sub-li .a .desc {
    width: 950px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 20px;
}
.sub-new-ul .sub-li .a .desc h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-new-ul .sub-li .a .desc p {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub-new-ul .sub-li .a .desc span {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.ass-card {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #ffffff;
}
.ass-card .left-imgs {
    width: 500px;
}
.ass-card .righr-desc {
    width: 600px;
}
.ass-card .righr-desc > .name {
    font-size: 24px;
    font-weight: 400;
    color: #222222;
    line-height: 1;
    font-weight: 600;
}
.ass-card .large-screen-img {
    width: 100%;
    height: 330px;
}
.ass-card .large-screen-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.ass-card .ass-swiper {
    width: 100%;
    height: 78px;
    overflow: hidden;
    position: relative;
    margin-top: 12px;
}
.ass-card .swiper-prev,
.ass-card .swiper-next {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ass-card .swiper-prev img,
.ass-card .swiper-next img {
    width: 9px;
    height: 15px;
}
.ass-card .swiper-slide img {
    width: 100%;
    height: 100%;
}
.ass-card .active {
    border: 3px solid rgb(199, 22, 34);
}
.ass-card .swiper-prev {
    left: 0;
}
.ass-card .swiper-next {
    right: 0;
}
.ass-card .price {
    display: flex;
    align-items: flex-end;
    padding: 25px 0;
    border-bottom: 1px solid #e9e9e9;
}
.ass-card .price .text {
    font-size: 14px;
    color: #666666;
}
.ass-card .price .value {
    color: rgb(199, 22, 34);
    font-size: 16px;
    line-height: 1;
}
.ass-card .price .value .num {
    font-size: 30px;
    font-weight: 700;
}
.ass-card .info-row {
    display: flex;
    line-height: 1;
    font-size: 14px;
    margin-top: 30px;
}
.ass-card .info-row .l {
    margin-right: 135px;
}
.ass-card .info-row .value {
    color: #222222;
}
.ass-card .info-row .name {
    color: #777777;
}
.ass-card .call {
    width: 300px;
    height: 54px;
    background: rgb(199, 22, 34);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.ass-card .call .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.process {
    display: flex;
    align-items: center;
    padding: 35px 30px;
}
.process .sapce {
    margin: 0 auto;
    width: 8px;
    height: 15px;
}
.process .process-item {
    display: flex;
    align-items: center;
}
.process .process-item .icon {
    width: 36px;
    height: 36px;
    background: rgb(199, 22, 34);
    box-shadow: 0px 0px 13px 0px rgba(111, 111, 111, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.process .process-item .icon img {
    max-width: 100%;
    max-height: 100%;
}
.process .process-item .title {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
}

.sub-header-title {
    padding: 25px 30px;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
}
.sub-header-title .icon {
    width: 3px;
    height: 18px;
    background: rgb(199, 22, 34);
    display: block;
    margin-right: 10px;
}
.sub-header-title .title {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
}

.introduce {
    padding: 30px;
}
.introduce p {
    color: #222222;
    font-size: 16px;
    line-height: 30px;
}

.recommend {
    display: flex;
    padding: 30px;
    
}
.recommend .recom {
    width: 200px;
    text-align: center;
}
.recommend .recom .img {
    width: 170px;
    height: 112px;
    overflow: hidden;
}
.recommend .recom .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.recommend .recom:hover .name {
    color: rgb(199, 22, 34);
    
}
.recommend .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin: 15px 0;
}
.recommend .zc {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    line-height: 1;
}
.recommend .zc .pic {
    color: rgb(199, 22, 34);
    line-height: 1;
}
.recommend .zc .pic .num {
    font-size: 18px;
    font-weight: 600;
}

.sub-about{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #222222;
    line-height: 31px;
    padding: 50px 0;
}

.sub-contact .title {
    font-size: 32px;
    font-weight: bold;
    color: rgb(199, 22, 34);
}
.sub-contact .icon {
    width: 30px;
    height: 2px;
    background: #dcdcdc;
    display: block;
    margin-top: 30px;
}
.sub-contact .info {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1;
}
.sub-contact .info .label {
    color: #666666;
}
.sub-contact .info .value {
    color: #222222;
}

.contact-map {
    width: 623px;
    height: 400px;
}
.announce{
    display: none;
}
.notice{
    border-radius: 20px !important;
}
.notice .layui-layer-title{
    text-align: center;
    color: #222;
    font-size: 26px;
    border-bottom: none;
    height: 80px;
    line-height: 80px;
}
.notice .layui-layer-content{
    padding: 0px 50px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}
.notice .layui-form-checked[lay-skin=primary] i{
    border-color: #c71622!important;
    background-color: #c71622;
}
.notice .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #c71622;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff !important;
    opacity: 1;
    margin:0  10px !important;
}
.swiper-pagination-bullet-active{
    background: #c71622 !important;
}




/* 本例子css */
.txtScroll-top{ width:100%;  overflow:hidden; position:relative;}
.txtScroll-top .bd{ padding:15px;  }
.txtScroll-top .infoList li{ height:32px; line-height:32px;   }
.txtScroll-top .infoList li .date{ float:right; color:#999;  }


.insidelocation {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin: 0px auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
    clear: both;
    border-bottom: 1px solid #ececec;
}

.insidelocation a {
    color: #999;
}

.insidelocation a:hover {
    color: #c71622;
}
.insidelocation img {
    position: relative;
    top: -3px;
    margin-right: 8px;
    display: inline;
}
.insidelocation .sub-menu{
    float: left;
}
.insidelocation .sub-menu ul li{
    float: left;
    margin-right: 50px;
}
.insidelocation .sub-menu ul li a{
    display: block;
    font-size: 16px;
    color: #222;
    height: 79px;
    line-height: 79px;
    border-bottom: 2px solid #fff;
}
.insidelocation .sub-menu ul li a.hover,.insidelocation .sub-menu ul li a:hover{
    color: #c71622;
    border-bottom: 2px solid #c71622;
}
.insidelocation .location{
    width: 300px;
    float: right;
    text-align: right;
}

.insideBox .lfBox {
    width: 100%;
    height: auto;
    min-height: 510px;
    padding-bottom: 20px;
    overflow: hidden;

}

.lfBox .topic {
    width: 95%;
    margin: 30px auto 0px auto;
    height: auto;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.art-note {
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666;
    border-bottom: solid 1px #ddd;
    margin: 10px auto 20px auto;
    height: 35px;
    overflow: hidden;
    text-align: center;
}
.art-note img{
    width: auto;
    height: 15px;
    display: inline;
}
.art-note li {
    display: inline-block;
    margin: 0 10px;
}

.art-note li img {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.art-note li a {
    color: #888;
}

.art-note li a:hover {
    color: #004089;
}

.content_div {
    width: 100%;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
    line-height: 36px;
    font-size: 18px;
    color: #222;
}

.article-pager {
    width: 840px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 40px 0;
}

.article-pager li {
    width: 128px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-right: 7px;
}

.article-pager li a {
    width: 100%;
    background: #fff;
    height: 38px;
    display: block;
    color: #666;
    border: solid 1px #ddd;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.article-pager li img {
    position: relative;
    top: 1px;
    display: inline;
}

.article-pager li:hover a {
    background: #c71622;
    border: solid 1px #c71622;
    color: #fff;
}
.load-more{
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    background:#f8f9fa;
    border-radius: 10px;
    cursor: pointer;
    margin: 10px 0;
    display: none;
}


.layui-layer-prompt .layui-layer-title{
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
    color: #222222;
}
.layui-layer-prompt .layui-layer-btn .layui-layer-btn0{
    background: #c71622;
    border-color: #c71622;
}
.layui-layer-prompt .layui-layer-input:focus{
    outline: none;
}


							
.zoomArea{ width:500px; height:410px; margin:0 auto; overflow:hidden;float: left;}
.jqzoom{width:500px;height:330px;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:500px;height:330px;overflow: hidden;}
.spec-preview img.mini{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.spec-scroll{clear:both;width:500px;position: relative;}
.spec-scroll .prev{left: 0px;}
.spec-scroll .next{right: 0px;}
.spec-scroll .prev,.spec-scroll .next{z-index: 10;position: absolute;top: 0px;color: #fff;display:block;font-family:"宋体";text-align:center;width:30px;height:80px; line-height:80px;background:rgba(0,0,0,0.3);cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:500px;height:80px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:80px;}
.spec-scroll .items ul li{float:left;width:120px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:120px;height:80px;-o-object-fit: cover;
    object-fit: cover;cursor: pointer;}
.spec-scroll .items ul li img:hover{border:2px solid rgb(199, 22, 34);padding:1px;}






